Welcome![Sign In][Sign Up]
Location:
Search - linux ftp

Search list

[Linux-Unixftp-1.tar

Description: 一个linux下c语言实现ftp上传图片的代码-a source code of ftp up to service
Platform: | Size: 13312 | Author: hushibang | Hits:

[Linux-Unixclient

Description: linux c ftp 客户端实现下载功能!-linux c ftp client to achieve download!
Platform: | Size: 3072 | Author: fendou | Hits:

[Linux-Unixlinux

Description: linux的学习过程中记录的学习笔记 -recorded in the learning process linux study notes
Platform: | Size: 989184 | Author: sam | Hits:

[Linux-UnixLinux

Description: 包括linux网络基本配置,DHCP服务,NFS服务,DNS服务,FTP服务,Mysql服务等内容-Linux network, including basic configuration, DHCP service, NFS service, DNS service, FTP service, Mysql service, etc.
Platform: | Size: 1766400 | Author: zhoujuan | Hits:

[Linux-UnixFTP_socket

Description: 在Linux系统上完成一个文件传输协议(FTP)的简单实现。通过本实验,深入了解FTP协议的原理和协议细节,学会利用socket接口设计实现简单的应用层协议,掌握TCP/IP网络应用程序的基本设计方法和实现技巧。在Linux系统上使用socket接口实现FTP客户端程序,严格按照RFC959,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作,如列出目录、下载文件等。从FTP协议的实现角度来看,客户端与服务器的命令通道和数据通道需要分离。-In the Linux system to complete a file transfer protocol (FTP) simple to achieve. Through this experiment, in-depth understanding of the principles of FTP protocol and protocol details, learn to use simple socket interface design application layer protocol, master TCP/IP network application design and implementation of basic skills. In the Linux system using the socket interface FTP client application, in strict accordance with RFC959, so that clients can connect to the server, and can do some basic FTP operations, such as listing directories, download files. FTP protocol implementation from the perspective of the client and the server' s command channel and data channels are separated.
Platform: | Size: 765952 | Author: gyh | Hits:

[Internet-Networksrc_choaloo

Description: 每个程序一个功能: 1、linux下文字处理 2、连接Mysql 3、Ftp客户端 4、马达控制驱动程序 5、linux简单的shell编译程序-Each program a function: 1, linux word processing under 2 connections Mysql 3, Ftp Client 4, motor control driver 5, linux compile a simple shell program
Platform: | Size: 2048 | Author: choaloo | Hits:

[Ftp Clientftp-client

Description: FTP客户端,能够实现断点上传、下载、查看文件大小、添加文件和目录,删除文件和目录,在linux环境下开发 -百度翻译 翻译结果(中 > 英)复制结果 The FTP client, can realize the breakpoint upload, download, view the file size, add files and directories, delete files and directories, in the Linux development environmen
Platform: | Size: 11264 | Author: 海峰 | Hits:

[Ftp ClientFTP

Description: 此为Linux下SOCKET编程的FTP代码,谢谢分享-Linux FTP socket
Platform: | Size: 24576 | Author: whb | Hits:

[Linux-Unixnetkit-ftp-0.17

Description: netkit_ftp_0.17,是linux下ftp的客户端命令行工具。这是在UBUNTU 10.04仓库中apt下来的。-netkit_ftp_0.17, the linux ftp client code
Platform: | Size: 67584 | Author: 非移民 | Hits:

[Ftp ServerLinux-FTP

Description: LInux环境下搭建FTP服务器,适合零基础的人使用,学习-The LInux environment to build an FTP server, for zero-based, learning
Platform: | Size: 136192 | Author: xia | Hits:

[Linux-Unixlinux-FTP-Introduction

Description: 主要讲述linux环境下FTP的配置和使用,中文的,挺实用,很详细-Focuses on the linux environment FTP configuration and use of Chinese, very practical, very detailed
Platform: | Size: 1577984 | Author: 小刘 | Hits:

[Technology ManagementUbuntu-ftp

Description: 介绍了在linux下两种常用的ftp服务器的配置,详细介绍了各个参数解释-Two commonly used under linux ftp server configuration, described in detail the various parameters explained
Platform: | Size: 6144 | Author: 刘军 | Hits:

[Internet-Networklinux-ftp

Description: 在linux环境下编写的简易的tcp客户端和服务器端程序_代码测试运行有效-Simple tcp client and server side program _ code written in linux environment test run
Platform: | Size: 1024 | Author: 郭磊 | Hits:

[Internet-Networkftp

Description: linux下FTP类的实现:通过socket实现FTP,可以连接、创建目录、上传文件、下载文件、断开连接-realization under linux FTP: FTP, through the socket can be connected to create directories, upload files, download files, disconnect
Platform: | Size: 3072 | Author: lz | Hits:

[Internet-Networkftp-linux

Description: Linux下ftp服务,c语言实现,包括客户端和服务器端-Linux, ftp, c language
Platform: | Size: 513024 | Author: 杨杰 | Hits:

[Software EngineeringIn-depth-analysis-of-Linux

Description: 《深入分析Linux》,是ftp版,让你快速掌握Linux-In-depth analysis of Linux, ftp version allows you to quickly grasp the Linux
Platform: | Size: 1691648 | Author: hong_zhao | Hits:

[Ftp Clientftp服务器客户端源代码

Description: ftp客户端源代码,linux下,gcc编译器
Platform: | Size: 2546 | Author: 745985013@qq.com | Hits:

[Ftp Clientftp服务器客户端源代码

Description: ftp客户端源代码,linux下,gcc编译器
Platform: | Size: 2546 | Author: 745985013@qq.com | Hits:

[Internet-Networklinux-ftp

Description: Linux下的FTP服务器端和客户端。详情请参考内置说明pdf文档-FTP server and client under Linux. For details, please refer to built-in instructions pdf documents
Platform: | Size: 1321984 | Author: 周杰 | Hits:

[Internet-NetworkLinux-ftp

Description: Linux下简单的FTP客户端程序. 这个FTP客户端程序主要分两个模块,一个是ftp_socket.c,负责socket方面的操作,另外一个是ftp.c,负责FTP的操作实现。有参考了网上开源的项目中PORT和PASV部分的处理,其他其实都挺简单的。核心代码不到900行,其中有一些地方没考虑得很全面,一些处理得不够优雅,以后慢慢再修改.-ftp linux sample
Platform: | Size: 6144 | Author: 赵光辉 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 29 »

CodeBus www.codebus.net